home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / SciAn / src / ScianVDR2000.h < prev    next >
C/C++ Source or Header  |  1994-08-01  |  229b  |  12 lines

  1. /*Sample include file for a VDR2000, a fictional recorder driver used as an
  2.   example in the Reference Manual.*/
  3.  
  4. #ifdef PROTO
  5. void InitVDR2000(void);
  6. void KillVDR2000(void);
  7. #else
  8. void InitVDR2000();
  9. void KillVDR2000();
  10. #endif
  11.  
  12.